home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-17 | 740 b | 31 lines | [TEXT/MPS ] |
- #####################
- # Copyright © 1993 Apple Computer, Inc. All rights reserved.
- # Copyright © 1992 Kevin O'Mahoney, All rights reserved.
- #
- # Customized MPW for Kevin O'Mahoney
- #
- # Created: Wednesday, November 11, 1992
- #
- # This Script will save the shell menu named as the input
- # parameter to an executable script to allow later
- # restoration of the menu.
- #
- #####################
- #Echo "# Saving Menu “{1}”";
- #Echo "# to file “{MPW.KOM}UserScripts:{1}Menu”";
-
- Begin;
-
- Echo "# Remove old menu";
- Echo "";
- Echo " Set Exit 0";
- Echo " DeleteMenu {1} ≥ Dev:Null";
- #Echo " AddMenu KOM "SelfDestruct" "Deletemenu KOM"";
- #Echo " Deletemenu KOM";
- Echo "";
- Echo "# Create the menu";
- Echo "";
- AddMenu {1}
-
- End > "{MPW.KOM}UserScripts:{1}Menu"
-